From 9b75abb130e097e9358b5f035327b409027c97f9 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 1 Dec 2005 21:04:16 +0000 Subject: [PATCH] Fix type for carto option. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1611 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/pcx.c b/gpsbabel/pcx.c index a4a4a3e05..e6eb11e64 100644 --- a/gpsbabel/pcx.c +++ b/gpsbabel/pcx.c @@ -41,7 +41,7 @@ arglist_t pcx_args[] = { ARGTYPE_STRING }, {"cartoexplorer", &cartoexplorer, "Write tracks compatible with CartoExplorer", "", - ARGTYPE_STRING }, + ARGTYPE_BOOL }, {0, 0, 0, 0, 0} }; -- 2.30.2